

p{
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
/*
*
* Sections
*/
.section-sm {
	padding: 25px 0;
}
.section-md,
.section-lg,
.section-xl,
.section-xxl,
.section-inset-2 {
	padding: 50px 0;
}

@media (min-width: 768px) {
	.section-sm {
		padding: 40px 0;
	}
	.section-sm.section-first {
		padding-top: 80px;
	}
	.section-sm.section-last {
		padding-bottom: 80px;
	}
	.section-md {
		padding: 60px 0;
	}
	.section-lg {
		padding: 70px 0;
	}
	.section-xl {
		padding: 80px 0;
	}
	.section-xxl {
		padding: 90px 0;
	}
	.section-inset-2 {
		padding: 65px 0;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding: 50px 0;
	}
	.section-sm.section-first {
		padding-top: 100px;
	}
	.section-sm.section-last {
		padding-bottom: 100px;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 80px 0;
	}
	.section-xl {
		padding: 90px 0;
	}
	.section-xxl {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) {
	.section-md {
		padding: 80px 0;
	}
	.section-lg {
		padding: 90px 0;
	}
	.section-xl {
		padding: 100px 0;
	}
	.section-xxl {
		padding: 110px 0;
	}
	.section-inset-1 {
		padding: 120px 0;
	}
	.section-inset-4,
	.section-inset-5 {
		padding-top: 120px;
	}
}

@media (min-width: 1600px) {
	.section-xxl {
		padding: 120px 0;
	}
	.section-inset-1 {
		padding: 135px 0;
	}
	.section-inset-3,
	.section-inset-4 {
		padding-top: 140px;
	}
	.section-inset-5 {
		padding-top: 150px;
	}
}

/*
* Light Backgrounds
*/
.bg-default {
	background-color: #ffffff;
}

.bg-primary {
	background-color: #2186f8;
}

.bg-secondary {
	background-color: #e9da5d;
}

.bg-gray-100 {
	background-color: #e1e1e1;
}

.bg-gray-600 {
	background-color: #777777;
}

.bg-gray-800 {
	background-color: #151515;
}

.bg-gray-1 {
	background-color: #f5f5f5;
}

.bg-gray-2 {
	background-color: #ebebeb;
}

.bg-gray-4 {
	background-color: #f9faf9;
}

.bg-gray-11 {
	background-color: #586167;
}

.bg-gray-13 {
	background-color: #404147;
}

.bg-gray-20 {
	background-color: #edeeee;
}

.bg-gray-21 {
	background-color: #f4f3f3;
}

/*
* Dark Backgrounds
*/
.bg-gray-700 {
	background-color: #2c343b;
}

.bg-gray-3 {
	background-color: #464a4c;
}

.bg-brown-1 {
	background-color: #555552;
}

.bg-brown-2 {
	background-color: #454648;
}

.bg-brown-3 {
	background-color: #333333;
}

@media (min-width: 992px) {
	.inset-lg-bottom-10 {
		padding-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.inset-xl-left-35 {
		padding-left: 35px;
	}
	.inset-xl-right-20 {
		padding-right: 20px;
	}
	.inset-xl-right-30 {
		padding-right: 30px;
	}
	.inset-xl-right-35 {
		padding-right: 35px;
	}
	.inset-xl-right-50 {
		padding-right: 50px;
	}
	.inset-xl-right-55 {
		padding-right: 55px;
	}
	.inset-xl-right-70 {
		padding-right: 70px;
	}
	.inset-xl-right-100 {
		padding-right: 100px;
	}
}

/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	overflow: hidden;
	text-align: center;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	border-radius: 50%;
	text-decoration: none;
	transition: all .45s ease, opacity .25s ease-in-out;
	transform: translate3d(0, 100px, 0);
	opacity: .6;
	z-index: 100;
}

.ui-to-top, .ui-to-top:focus, .ui-to-top:active {
	color: #ffffff;
	background: #464a4c;
}

.ui-to-top:hover {
	opacity: 1;
	color: #ffffff;
	text-decoration: none;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}







